var runtime.buckhash
8 uses
runtime (current package)
mprof.go#L145: buckhash *[buckHashSize]*bucket
mprof.go#L207: if buckhash == nil {
mprof.go#L208: buckhash = (*[buckHashSize]*bucket)(sysAlloc(unsafe.Sizeof(*buckhash), &memstats.buckhash_sys))
mprof.go#L209: if buckhash == nil {
mprof.go#L230: for b := buckhash[i]; b != nil; b = b.next {
mprof.go#L245: b.next = buckhash[i]
mprof.go#L246: buckhash[i] = b
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)